@charset "utf-8";
a,
abbr,
acronym,
address,
applet,
big,
blockquote,
body,
caption,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
form,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
object,
ol,
p,
pre,
q,
s,
samp,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
tr,
tt,
ul,
var {
  margin: 0;
  padding: 0;
}
body {
  font-size: 12px;
  font-family: "Microsoft YaHei", "微软雅黑", tahoma, Arial, Helvetica,
    sans-serif;
  background: #fff;
}
li,
ul {
  list-style: none;
}
em,
i {
  font-size: 18px;
  color: #333333;
  font-weight: lighter;
}
a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clr:after {
  content: "";
  display: block;
  clear: both;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.common-width {
  width: 1200px;
  margin: 0 auto;
}


.common-header {
  background:rgba(0,0,0,0.5);
  transition: all 0.7s ease;
  z-index: 10;
  width: 100%;
  height: 95px;
  position: fixed;
  left: 0;
  top:0;
}

.down{
  background:#326fd9;
  transition: all 0.7s ease;

  z-index: 999;
  width: 100%;
  height: 95px;
  position: fixed;
  left: 0;
  top:0;
}



.common-header .header-container {
  display: flex;
  justify-content: space-between;
}
.common-header .logo {
  padding-top: 15px;
  padding-bottom: 15px;
  width:240px;
  float:left;
}
.common-header .header-nav {
  display: -webkit-box;
  position: relative;
    top: 35px;
}
.common-header .header-nav li {
  width: 130px;
  height:60px;
  text-align: center;
  float:left;
}





.header-nav a {
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  display: inline-block;
  transition: all ease-out 0.5s;  
  transform:skew(0) translateZ(0);
}
.header-nav a:hover{
  color: #fff;
  transform: scale(1.2); 
}

.banner img {
  width: 100%;
}

.home-tit {
    text-align: center;
}

.home-tit .name {
  font-size: 32px;
  color: #005b8a;
  font-weight: bold;
  letter-spacing: 2px;
  background: #fff;
  width: 1200px;
  height: 90px;
  line-height: 90px;
  margin: 0 auto;
}
.home-tit .sub-name {
    color: #b2b2b2;
    font-size: 16px;
}

.service-bar {
  display: flex;
}
.service-bar .service-box .icon {
    display: block;
    width: 102px;
    height: 102px;
    margin: 0 auto;
}
.service-bar .service-box {
    width: 385px;

}

.service-bar .service-box1 {
  width: 388px;
  background: #fff;
}
.service-bar .service-box2 {
  width: 580px;
  background: #fff;
  margin: 0px 40px 0px 0px;
}
.service-bar .service-box3 {
  width: 580px;
  background: #fff;
}
.service-bar .service-box4 {
  width: 388px;
  background: #fff;
  margin-left: 40px;
}
.service-bar .service-box5 {
  width: 1200px;
  background: #fff;
}

.service-box1 li{
  font-size: 14px;
  font-weight: bold;
  color: #999d9f;
  margin:0 15px;
}
.service-box1 li img{
  width:100%;
}
.service-box1 p{
  font-size: 14px;
    font-weight: bold;
    color: #999d9f;
    margin: 0 15px;
    line-height: 2;
}
.service-box1 li:nth-child(2){
  margin-top:5px;
}
.service-box1 li:nth-child(3){
  margin-top: 10px;
}
.service-box1 li:nth-child(4){
  margin-top: 10px;
}
.service-box1 li:nth-child(5){
  margin-top: 10px;
}
.service-box1 p a{
  color: red;
}

.service-box2 ul{
  margin-top:  32px;
}

.service-box2 li{
  margin-bottom:  24px;
  font-size: 16px;
}

.service-box2 li img{
  position: relative;
  left: -5px;
  margin-right: 15px;
}
.service-box2 li span{
  float: right;
  color: #b2b8bc;
}
.service-box3 li span{
  float: right;
  color: #b2b8bc;
}
.service-box2 li a{
  color: #000;
}
.service-box3 ul{
  margin-top:  32px;
}
.service-box4 ul{
  margin-top:  24px;
}
.service-box5 ul{
  margin-top:  24px;
}
.service-box3 li{
  margin-bottom:  24px;
  font-size: 16px;
}
.service-box4 li{
  margin-bottom:  21px;
  font-size: 16px;
}
.service-box5 li{
  margin-bottom:  21px;
  font-size: 16px;
}
.service-box3 li img{
  position: relative;
  left: -5px;
  margin-right: 15px;
}
.service-box4 li img{
  position: relative;
  left: -5px;
  margin-right: 15px;
}
.service-box5 li img{
  position: relative;
  left: -5px;
}
.service-box3 li a{
  color: #000;
}
.service-box4 li a{
  color: #000;
}
.service-box5 li a{
  color: #000;
}

.service-bar .service-box .tit {
    font-size: 25px;
}
.service-bar .service-box .line {
    width: 40px;
    height: 2px;
    background: #fff;
    margin: 12px auto;
}
.service-bar .service-box .row {
    font-size: 15px;
    padding: 8px 0;
}
.service-bar .service-box .btn {
  display: block;
    font-size: 12px;
    width: 110px;
    height: 26px;
    line-height: 26px;
    background: #00dfff;
    margin: 20px auto 0;
}




.news-wrap .top {
  display: flex;
  justify-content: space-between;
  margin: 0;
}
.service-box.service-box2 .top {
  display: flex;
  justify-content: space-between;
  margin: 0;
  border-bottom: 1px solid #cfdbeb;
}
.service-box.service-box2 .top  .tit a{
  color: #3064a7;
}
.service-box.service-box3 .top  .tit a{
  color: #3064a7;
}

.service-box.service-box5 .top {
  display: flex;
  justify-content: space-between;
  margin: 0;
  margin-top: 38px;
}

.news-wrap .top .tit a{
  color: #3064a7;
}

.service-box1.top .tit:nth-child(1){
  font-size: 26px;
  color: #3064a7;
  font-weight: bold;
  padding-top: 12px;
  padding-bottom: 10px;
  border-bottom: 3px solid #3064a7;
}
.news-wrap .top .tit:nth-child(1){
  font-size: 26px;
  color: #3064a7;
  font-weight: bold;
  padding-top: 12px;
  padding-bottom: 10px;
  border-bottom: 3px solid #3064a7;
}
.news-wrap .top .tit:nth-child(2){
  font-size: 36px;
  color: #1a499b;
  font-weight: bold;
  padding-bottom: 10px;
}
.service-box1 .top .left1 .tit1{
  font-size: 24px;
  font-weight: bold;
  background: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  transition: background 0.5s, color 0.5s;
}
.service-box1 .top .left1 div{
  font-size: 24px;
  width: 50%;
  text-align: center;
  height: 65px;
  line-height: 65px;
  background: #dedede;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  transition: background 0.5s, color 0.5s;
}
.news-wrap .top .tit1{
  font-size: 26px;
  color: #3064a7;
  font-weight: bold;
  padding-top: 12px;
  padding-bottom: 10px;
  border-bottom: 3px solid #3064a7;
}
.row_right .top .tit1 a{
  color: #3064a7;
}


.service-box1.top .sub-tit {
  font-size: 16px;
  color: #b2b2b2;
}
.news-wrap .top .right {
  display: flex;
}
.news-wrap .top .right div {
  font-size: 14px;
    margin-top: 30px;
}
.news-wrap .top .right div a{
  color: #999d9f;
  font-size: 12px;
}
.news-wrap .top .right .nav-li {
  font-size: 14px;
  color: #000;
  width: 240px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #f7f7f7;
  border-top-left-radius:5px;
  border-top-right-radius:5px;
}
.news-wrap .top .right .nav-li a{
  font-size: 16px;
  color: #000;
  font-weight: bold;
}
.news-wrap .top .right .nav-li:active,
.news-wrap .top .right .nav-li.on {
  background: #326fd9;
  color: #fff;
  font-weight: bold;
  border-top-left-radius:5px;
  border-top-right-radius:5px;
  transition:background 0.5s, color 0.5s;
}
.news-wrap .top .right .nav-li.on a{
  color: #fff;
}

.common-width .top1{
    display: flex;
    justify-content: space-between;
    margin: 0 px 20 px 20 px 20 px;
    border-bottom: 1 px solid #e4e4e4;
}

.news-wrap  .pic {
  width: 1160px;
  height: 419px;
  margin: 0 auto;
  position:relative;
}
.news-wrap  .pic div{
  display: inline-block;
    position: absolute;
    top: 50px;
    left: 57px;
    width: 168px;
    height: 368px;
    overflow: hidden;
    transform: skew(18deg);
}
.news-wrap  .pic img{
  transform: skew( -18deg);
  position: relative;
  left: -58px;
}
.news-wrap  .pic div:nth-child(2){
  top: 0px;
  left: 221px;
}
.news-wrap  .pic div:nth-child(3){
  left: 415px;
}
.news-wrap  .pic div:nth-child(4){
  top: 0;
  left: 577px;
}
.news-wrap  .pic div:nth-child(5){
  left: 772px;
}
.news-wrap  .pic div:nth-child(6){
  top: 0px;
  left: 936px;
}
.news-wrap  .pic div a{
  color: #000;
}
.news-wrap .big-news .content {
  padding: 18px 24px;
  box-sizing: border-box;
  border: 1px solid #dedede;
  border-top: none;
}

.news-wrap  .pic div p{
  display: inline-block;
    font-size: 18px;
    color: #333;
    text-align: center;
    position: relative;
    transform: skew(-18deg);
    top: -60px;
    left: 27px;
}

.news-wrap .sm-news {
  float: right;
  width: 717px;
  height: 340px;
  border: 1px solid #c1c1c1;
  position: relative;
  top: -30px;
}
.news-wrap .sm-news1 {
  float: right;
  width: 717px;
  height: 340px;
  border: 1px solid #c1c1c1;
  position: relative;
  top: -30px;
}
.news-wrap .sm-news2 {
  float: right;
  width: 717px;
  height: 340px;
  border: 1px solid #c1c1c1;
  position: relative;
  top: -30px;
}
.news-wrap .sm-news li{
  padding-left: 20px;
  padding-right: 20px;
  height: 40px;
  line-height: 40px;
  background: #fff;
}
.news-wrap .sm-news1 li{
  padding-left: 20px;
  padding-right: 20px;
  height: 40px;
  line-height: 40px;
  background: #fff;
}
.news-wrap .sm-news2 li{
  padding-left: 20px;
  padding-right: 20px;
  height: 40px;
  line-height: 40px;
  background: #fff;
}

.news-wrap .sm-news li:nth-of-type(even){
  background: #ebf4f9;
}
.news-wrap .sm-news1 li:nth-of-type(even){
  background: #ffefe2;
}
.news-wrap .sm-news2 li:nth-of-type(even){
  background: #f9e1e1;
}
.news-wrap .sm-news li img{
  margin-right: 15px;
}
.news-wrap .sm-news a{
  font-size: 16px;
  color: #333333;
}
.news-wrap .sm-news a:hover{
  color: #1a499b;
}
.news-wrap .sm-news span{
  font-size: 14px;
  float: right;
}



.news-wrap .sm-news1 a{
  font-size: 16px;
  color: #333333;
}
.news-wrap .sm-news1 a:hover{
  color: #1a499b;
}
.news-wrap .sm-news1 span{
  font-size: 14px;
  float: right;
}


.news-wrap .sm-news2 a{
  font-size: 16px;
  color: #333333;
}
.news-wrap .sm-news2 a:hover{
  color: #1a499b;
}
.news-wrap .sm-news2 span{
  font-size: 14px;
  float: right;
}


.news-wrap .sm-news1 img{
  width: 620px;
  height: 395px;
}
.news-wrap .sm-news1 p{
  height: 40px;
  background: #005b8a;
  font-size: 16px;
  color: #fff;
  line-height: 40px;
}
.news-wrap .sm-news1 p span span{
  background: #fff;
  display: inline-block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-right: 2px;
}
.news-wrap .sm-news1 p span span:nth-child(2){
  width: 12px;
  height: 12px;
  position: relative;
  top: 2px;
}

/*  */
.common-footer {
  background: #326fd9;
  padding-top: 25px;
}

.footer-left {
  float: left;
  margin-left: 20px;
}
.common-footer .share-bar {
  margin-top: 56px;
}
.common-footer .share-bar .tit {
  font-size: 14px;
  color: #777777;
}
.common-footer .share-bar .icon-bar {
  padding-top: 16px;
}
.common-footer .share-bar .icon {
  display: block;
  width: 62px;
  height: 38px;
 
  background-position: center center;
  background-color: #2a2a2a;
  background-repeat: no-repeat;
  float: left;
}

.common-footer .footer-nav {
  margin-left: 140px;
  float: left;
  display: flex;
  justify-content: space-between;
}

.common-footer .footer-nav .nav-bar .tit {
  font-size: 20px;
  color: #fff;
}
.common-footer .footer-nav .nav-bar .nav-ul {
  margin-top: 28px;
}
.common-footer .footer-nav .nav-bar li {
  padding-bottom: 20px;
}
.common-footer .footer-nav .nav-bar a {
  color: #fff;
  font-size: 14px;
}
.common-footer .footer-right {
  float: right;
}
.common-footer .footer-right .right-nav {
  display: flex;
  border: 1px solid #777;
  margin-bottom: 30px;
}
.common-footer .footer-right .right-nav li {
  border-right: 1px solid #777;;
}
.common-footer .footer-right .right-nav li:last-child {
  border-right: none;
}
.common-footer .footer-right .right-nav li a {
  display: block;
  width: 84px;
  height: 32px;
  background-color: #2a2a2a;
  color: #777;
  font-size: 14px;
  text-align: center;
  line-height: 32px;
}
.common-footer .footer-right .right-nav li a.on {
  color: #01dfff;
}
.common-footer .footer-right .row {
  font-size: 14px;
  color: #777;
  padding-bottom: 20px;
}
.common-footer .footer-right .row .icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-position: center center;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.copyright {
  font-size: 14px;
  color: #777;
  padding: 24px 0;
  text-align: center;
  border-top: 1px solid #777777;
  margin-top: 20px;
}
.common-footer .footer-nav .nav-bar p img {
  margin-right: 20px;
}
.common-footer div:nth-child(1) p{
  background: #99b3d6;
  border-radius: 4px;
  display: inline-block;
  width: 200px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  text-align: center;
}
.common-footer div:nth-child(1) select{
  background: #99b3d6;
  border-radius: 4px;
  display: inline-block;
  width: 260px;
  height: 30px;
  line-height: 30px;
  font-size: 16px;
  text-align: center;
  color: #fff;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  background: #99b3d6 url(../images/12.png) no-repeat;
  background-position: 235px 13px;
  text-align: left;
  text-align-last: left;
  text-indent: 1em;
}
.common-footer div:nth-child(1) a{
  color: #fff;
}
.common-footer div:nth-child(1) p img{
  position: relative;
  top: -2px;
  left: 3px;
}
ul li a:hover{
  color: #4472ae;
}


.news-wrap .news-items .big-news {
  width: 475px;
  height: 325px;
  float: left;
}
.logo1{
    width: 30px;
  }
  .logo2{
      width: 30px;
    }
  
.logo1 a{
    display: block;
    width: 30px;
    height: 30px;
    margin-top: 37px;
}
.logo2 a{
    display: block;
    width: 30px;
    height: 30px;
    margin-top: 37px;

}
.logo3 a{
    display: block;
    width: 30px;
    height: 30px;
    margin-top: 37px;

}
  .logo1 .weixin{
    width: 80%;
  }
  .logo2 .xinxi{
    width: 80%;
  }
  .logo3 .suosou{
      width: 80%;
    }
  .logo1 a:hover .weixin{
    transform: rotateY(360deg);
      transition: all 0.9s linear;
  }
  .logo2 a:hover .xinxi{
    transform: rotateY(360deg);
      transition: all 0.9s linear;
  }
  .erweima{
    width: 100px;
        position: relative;
        left: -33px;
        top: 15px;
        visibility: hidden;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        opacity: 0;
        z-index: 2;
        -webkit-transition: all 1000ms;
        transition: all 1000ms;
  }
  .erweima2{
    width: 100px;
        position: relative;
        left: -33px;
        top: 15px;
        visibility: hidden;
        filter: alpha(opacity=0);
        -moz-opacity: 0;
        opacity: 0;
        z-index: 2;
        -webkit-transition: all 1000ms;
        transition: all 1000ms;
  }

.logo3 a .ssk{
    width:208px;
    height: 40px;
    margin-top: 15px;
    position: relative;
    left: -165px;
    visibility: hidden;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    opacity: 0;
    z-index: 2;
    -webkit-transition: all 1000ms;
    transition: all 1000ms;
}
.logo1 a:hover .erweima{filter:alpha(opacity=100); -moz-opacity:1; opacity:1; visibility:visible}
.logo2 a:hover .erweima2{filter:alpha(opacity=100); -moz-opacity:1; opacity:1; visibility:visible}
.logo3 a:hover .ssk{filter:alpha(opacity=100); -moz-opacity:1; opacity:1; visibility:visible}